/* ---------------------banner css */

.banner-area {
    height: 80vh;
    width: 100%;
    background: linear-gradient( #1c1a2521, #000000ab),url(../assets/Images/cool-coffee-india-tea-leaves-forest.jpg) no-repeat;
    /* background-color: #eee; */
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; 
}

/* ---------------------banner css ends ---------------------*/




.details{
    padding: 10px 50px ;
    padding-top: 5%;
    padding-bottom: 10%;
  }
  
  .details h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 100px;
    color: var(--black);
    }
    
    
  .details p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--gray-1); 
    padding-top: 20px;
    }






    .dropdown {
      display: inline-block;
      position: relative;
    }
    
    button{
      border:none;
      border-radius:5px;
      padding:15px 20px;
      font-size:18px;
      cursor:pointer;
      background-color: inherit;
    
    }
    
    button:hover{
      background-color: inherit;
    }
    
    .dropdown-options {
      display: none;
      position: absolute;
      overflow: auto;
      background-color:#D7EDDB;
      border-radius:5px;
      box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
    }
    
    .dropdown:hover .dropdown-options {
      display: block;
    }
    
    .dropdown-options a {
      display: block;
      color: #000000;
      padding: 5px;
      text-decoration: none;
      padding:20px 20px;
    }
    
    .dropdown-options a:hover {
      color: whitesmoke;
      background-color: inherit;
      border-radius:5px;
    }










    